Get a User by UPN (SAML)

{ getUserBySamlPrincipalName }

Get a user using the SAML Principal Name (UPN)

Method

/API2/access/getUserBySamlPrincipalName

  • API Section: /API2/access
  • API Version: 2.0
  • From Release: 2018.5
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
  • Input Parameters

    Name

    PrincipalName

    Type

    string

    Description

    The user's UPN

    Output Response

    Successful Result Code

    200

    Response Type

    Description of Response Type

    The user object contains all relevant meta-data for the user.

    Notes

    Use this function to find users in the system using the SAML UPN, rather than the user's name or other details.

    Examples